home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / bbs / fnos16a5.zip / HELP.ZIP / MAILMSG < prev    next >
Text File  |  1996-01-25  |  1KB  |  24 lines

  1.  
  2. mailmsg <to_addr> [<subject>] <msg|/path>
  3.  
  4.         Mail a message to <to_addr> from sysop@<Hostname>.  <subject> is
  5.         optional, and must be quoted if it contains whitespace characters.
  6.         <msg> is either a string to be placed in the body of the message
  7.         (quoted if it contains whitespace characters) or the path to a
  8.         file to be placed in the message body.  A path must begin with
  9.         forward or backward slashes, or a drive specification, otherwise
  10.         it is taken to be a <msg> string.  This command is availble when
  11.         Jnos was compiled with MAILMSG #define'd.
  12.  
  13.         Example:  mailmsg n5knx "don't forget!"  "replenish the Cardhu"
  14.                   at 0400 "mailmsg jpd@usl.edu /stats.out+"
  15.  
  16.         Note: the bm.exe program is often used to originate smtp messages
  17.         in an automatic fashion, but requires that Jnos be shelled-out to
  18.         run, and it's possible that memory may be insufficient to do this.
  19.         An alternative might be to use the mailbox "send" command, perhaps
  20.         in conjunction with the upload command (to send a file), but this
  21.         can't be easily automated.  Hence the introduction of the mailmsg
  22.         command.
  23.  
  24.